home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Blasteroids.swf / scripts / DefineButton2_112 / BUTTONCONDACTION on(release).as
Text File  |  2006-06-13  |  130b  |  8 lines

  1. on(release){
  2.    difficulty = 2;
  3.    bombs = 2;
  4.    Diff1.gotoAndStop(1);
  5.    Diff2.gotoAndStop(2);
  6.    Diff3.gotoAndStop(1);
  7. }
  8.